luci-app-https-dns-proxy: add idnet.net provider
authorMihai Soloi <[email protected]>
Tue, 9 Feb 2021 22:46:43 +0000 (22:46 +0000)
committerMihai Soloi <[email protected]>
Wed, 10 Feb 2021 08:31:12 +0000 (08:31 +0000)
Signed-off-by: Mihai Soloi <[email protected]>
applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.idnet.doh.lua [new file with mode: 0644]

diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.idnet.doh.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.idnet.doh.lua
new file mode 100644 (file)
index 0000000..27ea3ec
--- /dev/null
@@ -0,0 +1,6 @@
+return{
+       name = "IDNet (UK)",
+       label = _("IDNet.net (UK)"),
+       resolver_url = "https://doh.idnet.net/dns-query",
+       bootstrap_dns = "212.69.36.23,212.69.40.23"
+}